 | PdfActionDocument Property |
Gets the document associated with this action.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfDocument Document { get; }
Public ReadOnly Property Document As PdfDocument
Get
public:
property PdfDocument^ Document {
PdfDocument^ get ();
}
member Document : PdfDocument with get
/** @property */
public PdfDocument get_Document()
Property Value
PdfDocument
See Also