'Declaration Public Function New( _
ByVal documentThe Parent PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal nameThe name of optional content group.As System.String _
)
public PdfOptionalContentGroup(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String name
)
public: PdfOptionalContentGroup(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String name
)
public:
PdfOptionalContentGroup(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String name
)
Parameters
- document
- The Parent PDF document.
- name
- The name of optional content group.