[]
        
(Showing Draft Content)

C1.C1Preview.DocumentLocation

DocumentLocation Class

Represents a position within a generated document as a combination of the page index and the area on that page.

Inheritance
DocumentLocation
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class DocumentLocation : IDocumentLocation, ICloneable

Constructors

Name Description
DocumentLocation(C1Page)

Initializes a new instance of the DocumentLocation class.

DocumentLocation(C1Page, RectangleD)

Initializes a new instance of the DocumentLocation class.

DocumentLocation(IDocumentLocation)

Initializes a new instance of the DocumentLocation class.

DocumentLocation(int)

Initializes a new instance of the DocumentLocation class.

DocumentLocation(int, int, RectangleD, UnitTypeEnum, float)

Initializes a new instance of the DocumentLocation class.

Properties

Name Description
Bounds

Gets the bounds on the target page, in Units.

Dpi

Unit resolution if Units is in pixels.

PageIndex

Gets the target 0-based page index.

PageNo

Gets the target logical page number.

Units

Units used by Bounds.

Methods

Name Description
Clone()

Clones the current DocumentLocation.