ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback