 | Pdf3DAnnotation(PdfPage, PdfTypeBase) Constructor |
Initializes a new instance of the
Pdf3DAnnotation class based on the specified dictionary.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic Pdf3DAnnotation(
PdfPage page,
PdfTypeBase dictionary
)
Public Sub New (
page As PdfPage,
dictionary As PdfTypeBase
)
public:
Pdf3DAnnotation(
PdfPage^ page,
PdfTypeBase^ dictionary
)
new :
page : PdfPage *
dictionary : PdfTypeBase -> Pdf3DAnnotation
public Pdf3DAnnotation(
PdfPage page,
PdfTypeBase dictionary
)
Patagames.Pdf.Net.Annotations.Pdf3DAnnotation = function(page, dictionary);
Parameters
- page PdfPage
- The PDF page associated with annotation.
- dictionary PdfTypeBase
- The annotation dictionary or indirect dictionary.
See Also