Gets or sets the destination page.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfPage DestPage { get; set; } |
| Visual Basic |
|---|
Public Property DestPage As PdfPage Get Set |
| Visual C++ |
|---|
public: property PdfPage^ DestPage { PdfPage^ get (); void set (PdfPage^ value); } |