ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFSysEncoding Class / IsIdentity Property




In This Topic
    IsIdentity Property
    In This Topic
    Gets a value indicating whether the encoding is Identity-H or Identity-V.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsIdentity As Boolean
    'Usage
     
    Dim instance As ImGearPDFSysEncoding
    Dim value As Boolean
     
    value = instance.IsIdentity
    public bool IsIdentity {get;}
    public: __property bool get_IsIdentity();
    public:
    property bool IsIdentity {
       bool get();
    }

    Property Value

    Boolean value.
    See Also