Gets the target page of the render operation.
Namespace: FirstFloor.Documents.AnnotationsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public FixedPage Page { get; private set; } |
| Visual Basic |
|---|
Public Property Page As FixedPage Get Private Set |
| Visual C++ |
|---|
public: property FixedPage^ Page { FixedPage^ get (); private: void set (FixedPage^ value); } |