ImageGear .NET v25.0 - Updated
DeltaEncoding Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : DeltaEncoding Property
Gets or sets the name of the base encoding.
Syntax
'Declaration
 
Public Property DeltaEncoding As ImGearPDFAtom
'Usage
 
Dim instance As ImGearPDEFontAttrs
Dim value As ImGearPDFAtom
 
instance.DeltaEncoding = value
 
value = instance.DeltaEncoding
public ImGearPDFAtom DeltaEncoding {get; set;}
public: __property ImGearPDFAtom* get_DeltaEncoding();
public: __property void set_DeltaEncoding( 
   ImGearPDFAtom* value
);
public:
property ImGearPDFAtom^ DeltaEncoding {
   ImGearPDFAtom^ get();
   void set (    ImGearPDFAtom^ value);
}

Property Value

ImGearPDFAtom class.
Remarks
The BaseEncoding entry in an encoding dictionary (see section 5.5.5 of the PDF Reference). The Differences entry of the encoding dictionary describes differences (deltas) from the base encoding.
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDFAtom Class