PDFCosDictionaryContainer¶
Namespace: O2S.Components.PDF4NET.Core.Cos
Defines a PDF COS dictionary that can exist by itself (referenced from xref) in the PDF file.
Inheritance Object → PDFCosObject → PDFCosDictionary → PDFCosDictionaryContainer
Implements IPDFCosObjectContainer
Constructors¶
PDFCosDictionaryContainer()¶
Initializes a new PDFCosDictionaryContainer object.
PDFCosDictionaryContainer(PDFCosDictionary)¶
Initializes a new PDFCosDictionaryContainer object.
Parameters
dictionary PDFCosDictionary
Source dictionary.
Properties¶
Count¶
Gets the number of key/value pairs contained in the Dictionary.
Property Value
FileOffset¶
Gets the object's file offset.
Property Value
Int64
The offset of the object from the start of the PDF file.
Remarks
If the object is newly created and it is not loaded from a file, this property is 0.
Item¶
Property Value
Item¶
Property Value
Keys¶
Gets a collection containing the keys in the Dictionary.
Property Value
String[]
A string array containing the keys in the Dictionary.
OriginalObjectNumber¶
Gets the original object number.
Property Value
Int64
The object number in the source PDF file.
Remarks
If the object is newly created and it is not loaded from a file, this property is 0.
Type¶
Gets the object type.
Property Value