Discuss this help topic in SecureBlackbox Forum

TElPDFEncoding.Differences

TElPDFEncoding     See also     


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


The differences from base encoding.

Declaration

[C#]
    string Differences[int Index];

[VB.NET]
    Property Differences(ByVal Index As Integer) As String

[Pascal]
    property Differences[Index : Integer] : string;

[C++]
    void get_Differences(int32_t Index, std::string &OutResult);
    void set_Differences(int32_t Index, const std::string &Name);

[PHP]
    string get_Differences(integer $Index)
    void set_Differences(integer $Index, string $Name)

[Java]
    not available

Parameters

  • Index - ...
  • Name - ...

Description

    Use this property to specify the differences from the base encoding. Differences are represented as an array of character codes and their names.

See also:     BaseEncoding    

Discuss this help topic in SecureBlackbox Forum