Class Zone
Definition of a Template Zone
Inheritance
System.Object
Zone
Assembly: DocuWare.Platform.ServerClient.dll
public class Zone : object
Properties
Declaration
public string FillAreaName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FontColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int FontSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string FontType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool FontWeightBold { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool FontWeightItalic { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool FontWeightUnderlined { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int H { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string MappedWebFormFieldName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string MappedWebFormFieldType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int OriginalImageWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PageNumber
Declaration
public int PageNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SampleText
Declaration
public string SampleText { get; set; }
Property Value
Type |
Description |
System.String |
|
TextAlignment
Declaration
public AlignmentType TextAlignment { get; set; }
Property Value
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int W { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
WrapText
Declaration
public bool WrapText { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public int X { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int Y { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ZoneID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|