 | PdfOCOrderCollection(PdfDocument) Constructor |
Creates a new empty collection.
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfOCOrderCollection(
PdfDocument doc
)
Public Sub New (
doc As PdfDocument
)
public:
PdfOCOrderCollection(
PdfDocument^ doc
)
new :
doc : PdfDocument -> PdfOCOrderCollection
public PdfOCOrderCollection(
PdfDocument doc
)
Patagames.Pdf.Net.Wrappers.OptionalContent.PdfOCOrderCollection = function(doc);
Parameters
- doc PdfDocument
- The PDF document.
See Also