Show / Hide Table of Contents

Class PageDimensions

PDF dimensions class

Inheritance
Object
BaseDimensions
PageDimensions
Inherited Members
BaseDimensions.MeasurementUnits
BaseDimensions.Width
BaseDimensions.Height
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Pdf
Assembly: Lacuna.Pki.dll
Syntax
public class PageDimensions : BaseDimensions

Properties

Rotation

The PDF page rotation in degrees

Declaration
public double Rotation { get; }
Property Value
Type Description
Double

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

Operators

Equality(PageDimensions, PageDimensions)

Declaration
public static bool operator ==(PageDimensions a, PageDimensions b)
Parameters
Type Name Description
PageDimensions a
PageDimensions b
Returns
Type Description
Boolean

Inequality(PageDimensions, PageDimensions)

Declaration
public static bool operator !=(PageDimensions a, PageDimensions b)
Parameters
Type Name Description
PageDimensions a
PageDimensions b
Returns
Type Description
Boolean
Back to top Copyright © 2015-2020 Lacuna Software