Click or drag to resize

PdfDestination Class

PdfDestination is an abstract class that represents a possible target location for a "go to" action.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDocPdfDestination

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class PdfDestination : ISerializable

The PdfDestination type exposes the following members.

Constructors
  NameDescription
Public methodPdfDestination
Constructs a new, empty PdfDestination object. PdfDestination has a number of convenience factory methods for making the most common types of PdfDestination objects. After calling one of these methods, it will still be necessary to set the Page property to have a valid destination.
Protected methodPdfDestination(SerializationInfo, StreamingContext)
Constructs a new, empty PdfDestination object. PdfDestination has a number of convenience factory methods for making the most common types of PdfDestination objects. After calling one of these methods, it will still be necessary to set the Page property to have a valid destination.
Top
Properties
  NameDescription
Public propertyBottom
Sets or gets the bottom extent of the view in PDF page coordinates
Public propertyLeft
Sets or gets the left extent of the view in PDF page coordinates
Public propertyPage
Sets or gets a reference to the PdfPage to use as a target destination.
Public propertyPageFitMode
Sets or gets the PdfPageFitMode for the destination.
Public propertyRight
Sets or gets the right extent of the view in PDF page coordinates
Public propertyTop
Sets or gets the top extent of the view in PDF page coordinates
Public propertyZoom
Sets or gets the zoom to be used for the view
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFitBounds
A factory method for making a PdfDestination with FitBounds as its PageFitMode.
Public methodStatic memberFitBoundsAction
A factory method for making a PdfGoToViewAction with a PdfDestination with FitBounds as its PageFitMode
Public methodStatic memberFitBoundsWidth
A factory method for making a PdfDestination with FitBoundsWidth as its PageFitMode.
Public methodStatic memberFitBoundsWidthAction
A factory method for making a PdfGoToViewAction with a PdfDestination with FitBoundsWidth as its PageFitMode.
Public methodStatic memberFitHeight
A factory method for making a PdfDestination with FitHeight as its PageFitMode.
Public methodStatic memberFitHeightAction
A factory method for making a PdfGoToViewAction with a PdfDestination with FitHeight as its PageFitMode
Public methodStatic memberFitPage
A factory method for making a PdfDestination with FitPage as its PageFitMode.
Public methodStatic memberFitPageAction
A factory method for making a PdfGoToViewAction with a PdfDestination with FitPage as its PageFitMode
Public methodStatic memberFitRectangle
A factory method for making a PdfDestination with FitRectangle as its PageFitMode.
Public methodStatic memberFitRectangleAction
A factory method for making a PdfGoToViewAction with a PdfDestination with FitRectangle as its PageFitMode
Public methodStatic memberFitWidth
A factory method for making a PdfDestination with FitWidth as its PageFitMode.
Public methodStatic memberFitWidthAction
A factory method for making a PdfGoToViewAction with a PdfDestination with FitWidth as its PageFitMode
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPointZoom
A factory method for making a PdfDestination with PointZoom as its PageFitMode
Public methodStatic memberPointZoomAction
A factory method for making a PdfGoToViewAction with a PdfDestination with PointZoom as its PageFitMode.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also