![]() |
PDFix SDK
7.2.0
|
PdfViewDestination class. More...
#include <pdfix.h>
Public Member Functions | |
virtual int | GetPageNum (PdfDoc *doc) const =0 |
Get the destination page number. More... | |
virtual PdfDestFitType | GetFitType () const =0 |
Get the destination fit type. More... | |
virtual void | GetBBox (PdfRect *bbox) const =0 |
Returns the destination page number. More... | |
virtual float | GetZoom () const =0 |
Returns the destination page number. More... | |
virtual PdsArray * | GetObject ()=0 |
Returns the destination page number. More... | |
PdfViewDestination class.
A PdfViewDestination represents a particular view of a page in a document. It contains a reference to a page, a rectangle on that page, and information specifying how to adjust the view to fit the window's size and shape. It corresponds to a PDF Dest array (see Named Destinations in Section 8.2, Document-Level Navigation, in the PDF Reference) and can be considered a special form of a PdfAction. PDViewDest provides a number of methods to get or set the attributes describing the location and size of the view, including the page, rectangle, and fit style.
|
pure virtual |
Returns the destination page number.
reason | Reason for the signing. |
|
pure virtual |
Get the destination fit type.
|
pure virtual |
Returns the destination page number.
|
pure virtual |
Get the destination page number.
doc | Target document in which the page number will be resolved. |
|
pure virtual |
Returns the destination page number.
reason | Reason for the signing. |