Show / Hide Table of Contents

Class PdfPageContentScale

Inheritance
Object
PdfPageContentScale
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki.dll
Syntax
public class PdfPageContentScale

Properties

HorizontalAlign

Declaration
public PadesHorizontalAlign HorizontalAlign { get; set; }
Property Value
Type Description
PadesHorizontalAlign

MeasurementUnits

Measurement units of parameters set

Declaration
public PadesMeasurementUnits MeasurementUnits { get; set; }
Property Value
Type Description
PadesMeasurementUnits

PageOption

Page option to apply scaling. PdfMarkPageOptions.NewPage option is not a valid for this operation.

Declaration
public PdfMarkPageOptions PageOption { get; set; }
Property Value
Type Description
PdfMarkPageOptions

PageOptionNumber

Page number of selected PageOption. Only used for PageOptions PdfMarkPageOptions.SinglePage and PdfMarkPageOptions.SinglePageFromEnd

Declaration
public int PageOptionNumber { get; set; }
Property Value
Type Description
Int32

ResizeRectangle

Relative rectangle size for scaling page content.

Declaration
public PadesVisualRectangle ResizeRectangle { get; set; }
Property Value
Type Description
PadesVisualRectangle

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
Type Description
Nullable<Double>

VerticalAlign

Declaration
public PadesVerticalAlign VerticalAlign { get; set; }
Property Value
Type Description
PadesVerticalAlign
Back to top Copyright © 2015-2020 Lacuna Software