Class PdfPageContentScale
Inheritance
PdfPageContentScale
Assembly: Lacuna.Pki.dll
Syntax
public class PdfPageContentScale
Properties
HorizontalAlign
Declaration
public PadesHorizontalAlign HorizontalAlign { get; set; }
Property Value
MeasurementUnits
Measurement units of parameters set
Declaration
public PadesMeasurementUnits MeasurementUnits { get; set; }
Property Value
PageOption
Page option to apply scaling. PdfMarkPageOptions.NewPage option is not a valid for this operation.
Declaration
public PdfMarkPageOptions PageOption { get; set; }
Property Value
PageOptionNumber
Page number of selected PageOption. Only used for PageOptions PdfMarkPageOptions.SinglePage and PdfMarkPageOptions.SinglePageFromEnd
Declaration
public int PageOptionNumber { get; set; }
Property Value
ResizeRectangle
Relative rectangle size for scaling page content.
Declaration
public PadesVisualRectangle ResizeRectangle { get; set; }
Property Value
ResizeScale
The scale value to resize page content. Value must be greater than 0.0 and less then 1.0
Declaration
public double? ResizeScale { get; set; }
Property Value
VerticalAlign
Declaration
public PadesVerticalAlign VerticalAlign { get; set; }
Property Value