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