| PdfOCUsage(PdfTypeBase) Constructor |
Creates a new instance of
PdfOCUsage and initialize it with specified dictionary
Namespace: Patagames.Pdf.Net.Wrappers.OptionalContentAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfOCUsage(
PdfTypeBase dictionary
)
Public Sub New (
dictionary As PdfTypeBase
)
public:
PdfOCUsage(
PdfTypeBase^ dictionary
)
new :
dictionary : PdfTypeBase -> PdfOCUsage
public PdfOCUsage(
PdfTypeBase dictionary
)
Patagames.Pdf.Net.Wrappers.OptionalContent.PdfOCUsage = function(dictionary);
Parameters
- dictionary PdfTypeBase
- The dictionary or indirect dictionary
See Also