PXC_SignDocumentFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:PXC_SignDocumentFlags Enumeration}}
 
{{#customTitle:PXC_SignDocumentFlags Enumeration}}
 
{{#parentPage:PXV:PXC_Enumerations|PXC_SignDocumentFlags|enum}}
 
{{#parentPage:PXV:PXC_Enumerations|PXC_SignDocumentFlags|enum}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Combination of flags that determine how the signature field should appear on the page.
  
 
== Syntax ==
 
== Syntax ==
Line 30: Line 29:
 
== Constants ==
 
== Constants ==
 
;Sign_GR_NoGraphics
 
;Sign_GR_NoGraphics
:The ...
+
:No graphics element of the signature field will be displayed.
 
;Sign_GR_Image
 
;Sign_GR_Image
:The ...
+
:In the graphics element of the signature field the image specified by the ''sImageFile'' parameter will be displayed.
 
;Sign_GR_Name
 
;Sign_GR_Name
:The ...
+
:In the graphics element of the signature field the signatory's name will be displayed.
 
;Sign_TextDir_Auto
 
;Sign_TextDir_Auto
:The ...
+
:The text direction will be taken from the current settings.
 
;Sign_TextDir_LTR
 
;Sign_TextDir_LTR
:The ...
+
:The left to right text direction will be used.
 
;Sign_TextDir_RTL
 
;Sign_TextDir_RTL
:The ...
+
:The right to left text direction will be used.
 
;Sign_TX_Name
 
;Sign_TX_Name
:The ...
+
:In the text part of the signature field the signatory's name will be displayed.
 
;Sign_TX_Date
 
;Sign_TX_Date
:The ...
+
:In the text part of the signature field the date and time of signing will be displayed.
 
;Sign_TX_Location
 
;Sign_TX_Location
:The ...
+
:In the text part of the signature field the location specified by ''sLocation'' parameter will be displayed.
 
;Sign_TX_Reason
 
;Sign_TX_Reason
:The ...
+
:In the text part of the signature field the reason of signing as specified by ''sReason'' parameter will be displayed.
 
;Sign_TX_DName
 
;Sign_TX_DName
:The ...
+
:In the text part of the signature field the detailed information about signatory will be displayed.
 
;Sign_TX_Labels
 
;Sign_TX_Labels
:The ...
+
:If this flag is specified, all text information (eg. Name, Date, etc.) will be labeled on the signature field.
 
;Sign_TX_Subject
 
;Sign_TX_Subject
 
:The ...
 
:The ...
 
;Sign_TX_Logo
 
;Sign_TX_Logo
 
:The ...
 
:The ...

Revision as of 23:39, 25 April 2016


Combination of flags that determine how the signature field should appear on the page.

Syntax

enum PXC_SignDocumentFlags
{
    Sign_GR_NoGraphics = 0,
    Sign_GR_Image      = 1,
    Sign_GR_Name       = 2,
    Sign_TextDir_Auto  = 0,
    Sign_TextDir_LTR   = 16,
    Sign_TextDir_RTL   = 32,
    Sign_TX_Name       = 256,
    Sign_TX_Date       = 512,
    Sign_TX_Location   = 1024,
    Sign_TX_Reason     = 2048,
    Sign_TX_DName      = 4096,
    Sign_TX_Labels     = 8192,
    Sign_TX_Subject    = 16384,
    Sign_TX_Logo       = 32768,
};

Constants

Sign_GR_NoGraphics
No graphics element of the signature field will be displayed.
Sign_GR_Image
In the graphics element of the signature field the image specified by the sImageFile parameter will be displayed.
Sign_GR_Name
In the graphics element of the signature field the signatory's name will be displayed.
Sign_TextDir_Auto
The text direction will be taken from the current settings.
Sign_TextDir_LTR
The left to right text direction will be used.
Sign_TextDir_RTL
The right to left text direction will be used.
Sign_TX_Name
In the text part of the signature field the signatory's name will be displayed.
Sign_TX_Date
In the text part of the signature field the date and time of signing will be displayed.
Sign_TX_Location
In the text part of the signature field the location specified by sLocation parameter will be displayed.
Sign_TX_Reason
In the text part of the signature field the reason of signing as specified by sReason parameter will be displayed.
Sign_TX_DName
In the text part of the signature field the detailed information about signatory will be displayed.
Sign_TX_Labels
If this flag is specified, all text information (eg. Name, Date, etc.) will be labeled on the signature field.
Sign_TX_Subject
The ...
Sign_TX_Logo
The ...