Class PageContent
Inheritance
System.Object
PageContent
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class PageContent : Object
Constructors
PageContent()
Declaration
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
HeightSpecified
Declaration
public bool HeightSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PageContentLinkTargets
Declaration
public LinkTarget[] PageContentLinkTargets { get; set; }
Property Value
Source
Declaration
public string Source { get; set; }
Property Value
Type |
Description |
System.String |
|
Width
Declaration
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|
WidthSpecified
Declaration
public bool WidthSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|