Gets the XPS document information.
Namespace: Conaito.FlipdooAssembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public PDFDocument Document { get; private set; } |
| Visual Basic |
|---|
Public Property Document As PDFDocument Get Private Set |
| Visual C++ |
|---|
public: property PDFDocument^ Document { PDFDocument^ get (); private: void set (PDFDocument^ value); } |