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
Annotations
Gets the annotations collection.
Declaration
public AnnotationCollection Annotations { get; }
Property Value
Annotation The annotations collection. |
Implements
Content
Gets the content elements collection.
Declaration
public ContentElementCollection Content { get; }
Property Value
Content 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.
|
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.
|
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. 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.
|
Implements
SupportsAnnotations
Gets if the element supports annotations.
Declaration
public bool SupportsAnnotations { get; }
Property Value
System. True if the element supports annotations. |