PdfDocument
Collection Property
|
The pdf collections.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCollection Collection { get; }
Public ReadOnly Property Collection As PdfCollection
Get
public:
property PdfCollection^ Collection {
PdfCollection^ get ();
}
member Collection : PdfCollection with get
Property Value
Type:
PdfCollection
See Also