Class GetTemplateImageInput
Inheritance
System.Object
GetTemplateImageInput
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class GetTemplateImageInput : object
Properties
FileName
File Name
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageNumber
Page Number
Declaration
public int PageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TemplateGUID
GUID for the uploaded template
Declaration
public string TemplateGUID { get; set; }
Property Value
Type | Description |
---|---|
System.String |