Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureWidgetProps.AutoAdjustEncoding

TElPDFSignatureWidgetProps     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether to automatically adjust text encoding.

Declaration

[C#]
    bool AutoAdjustEncoding;

[VB.NET]
    Property AutoAdjustEncoding As Boolean

[Pascal]
    property AutoAdjustEncoding : Boolean;

[C++]
    bool get_AutoAdjustEncoding();
    void set_AutoAdjustEncoding(bool Value);

[PHP]
    bool get_AutoAdjustEncoding()
    void set_AutoAdjustEncoding(bool $Value)

[Java]
    boolean getAutoAdjustEncoding();
    void setAutoAdjustEncoding(boolean Value);

Description

    Use this property (set it to False) in conjunction with OnLookupGlyphName event to use custom encoding for widget's text.
    The default value is True.

See also:     OnLookupGlyphName     SaveStringsInUnicodeEncoding    

Discuss this help topic in SecureBlackbox Forum