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