Class RadFixedPage
Represents fixed page.
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class RadFixedPage : FixedDocumentElementBase, IContentRootElement, IContainerElement, IFixedDocumentElement, IContextClonable<RadFixedPage>, IInstanceIdOwner, IFixedPage
Constructors
RadFixedPage()
Properties
Actions
Gets the page actions collection.
Declaration
public PageActionCollection Actions { get; }
Property Value
PageActionCollection
|
Annotations
Gets the annotations collection.
Declaration
public AnnotationCollection Annotations { get; }
Property Value
AnnotationCollection
The annotations collection. |
Implements
Content
Gets the content elements collection.
Declaration
public ContentElementCollection Content { get; }
Property Value
ContentElementCollection
The content elements collection. |
Implements
CropBox
Gets or sets the rectangle defining the boundaries of the visible region of the page. When the page is displayed or printed, its contents are to be clipped (cropped) to this rectangle.
Declaration
public Rect CropBox { get; set; }
Property Value
System.Windows.Rect
|
Implements
MediaBox
Gets or sets the rectangle defining the boundaries of the physical medium on which the page is intended to be displayed or printed.
Declaration
public Rect MediaBox { get; set; }
Property Value
System.Windows.Rect
|
Implements
PageNo
Gets the current page number. This property only works with RadPdfViewer.
Declaration
[Obsolete("Use RadFixedDocument.Pages.IndexOf(RadFixedPage) method instead.")]
public int PageNo { get; set; }
Property Value
System.Int32
The page no. |
Rotation
Gets or sets the rotate angle.
Declaration
public Rotation Rotation { get; set; }
Property Value
Rotation
The rotate angle. |
Implements
Size
Gets or sets the size of the physical medium on which the page is intended to be displayed or printed.
Declaration
public Size Size { get; set; }
Property Value
System.Windows.Size
|
Implements
SupportsAnnotations
Gets if the element supports annotations.
Declaration
public bool SupportsAnnotations { get; }
Property Value
System.Boolean
True if the element supports annotations. |