3#ifndef PDFSDK_CXX_PDF_DEST_H_INCLUDED_
4#define PDFSDK_CXX_PDF_DEST_H_INCLUDED_
10#include "forward_declarations.h"
11#include "wrapper_base.h"
23class Dest :
public detail::RefCountedHandle<PDDest> {
57 PDF_CXX_CORE_WRAPPER_DEFINE_MEMBERS_(
Dest, PDDest)
62#include "dest_impl.inl"
PDDestType
Defines a specific location (destination) within a PDF document that can be directly referenced or li...
Definition actions.h:32
Represents a destination in a PDF document.
Definition dest.h:23
static Dest CreateFromPdfObject(const Object &object)
Creates a destination from the PDF object.
std::vector< float > GetParams() const
Gets the parameters associated with the destination.
PDDestType GetDestType() const
Gets the type of the destination.
size_t GetPageIndex() const
Gets the page index associated with the destination.
Object GetPdfObject() const
Gets the destination PDF object.
Represents a PDF object.
Definition object.h:20