5#ifndef PDFTRON_H_CPPPDFDestination
6#define PDFTRON_H_CPPPDFDestination
8#include <C/PDF/TRN_Destination.h>
128 double left,
double bottom,
double right,
double top);
247 TRN_Destination mp_dest;
256#include <Impl/Page.inl>
static Destination CreateFitB(Page page)
static Destination CreateXYZ(Page page, double left, double top, double zoom)
static Destination CreateFitH(Page page, double top)
SDF::Obj GetSDFObj() const
Destination & operator=(const Destination &d)
static Destination CreateFit(Page page)
static Destination CreateFitBH(Page page, double top)
SDF::Obj GetExplicitDestObj()
Destination(const Destination &d)
static Destination CreateFitV(Page page, double left)
Destination(SDF::Obj dest)
static Destination CreateFitBV(Page page, double left)
Destination(TRN_Destination impl)
static Destination CreateFitR(Page page, double left, double bottom, double right, double top)