RemoteDestination Class Documentation

classRemoteDestination : SystemIDisposable

Namespace:Datalogics::PDFL

Inherits from:
SystemIDisposable

Detailed Description

A view of a page contained in a separate document.

A RemoteDestination is not the same as a ViewDestination; the two objects are not interchangeable.

Constructor & Destructor Documentation

RemoteDestination

RemoteDestination(Documentdoc, intpageNum, stringfitType, Rectr, doublezoom)

Parameters

doc: Document

Document that the RemoteDestination will be created in.

pageNum: int

Page number of the page in the remote document to display.

fitType: string

Fit Type must be: "XYZ", "Fit", "FitH", "FitV", "FitR", "FitB", "FitBH", or "FitBV".

r: Rect

Target Rectangle

zoom: double

Zoom level

Construct a RemoteDestination.

~RemoteDestination

~RemoteDestination()

Property Documentation

DestRect

RectDestRect[get, set]

FitType

stringFitType[get, set]

NullValue

static doubleNullValue[get]

PDFObject

PDFObjectPDFObject[get]

PageNumber

intPageNumber[get, set]

Zoom

doubleZoom[get, set]

Member Function Documentation

Dispose

voidDispose()

Returns:

void

DisposeChildren

voidDisposeChildren()

Returns:

void

Equals

override boolEquals(objectobj)

Parameters

obj: object

Returns:

override bool

ToString

override stringToString()

Returns:

override string