Table of Contents

TPaperDimensions.TPaperDimensions Constructor

Overloads

TPaperDimensions.TPaperDimensions(TPaperSize)

Creates a new TPaperDimensions instance.

Syntax

Namespace: FlexCel.Core

public TPaperDimensions(TPaperSize PaperSize)

Parameters

<-> Parameter Type Description
PaperSize TPaperSize Excel standard papersize.

See also

TPaperDimensions.TPaperDimensions(String, Double, Double)

Creates a new TPaperDimensions instance.

Syntax

Namespace: FlexCel.Core

public TPaperDimensions(String aPaperName, Double aWidth, Double aHeight)

Parameters

<-> Parameter Type Description
aPaperName String A string identifying the paper name
aWidth Double Width in inches/100
aHeight Double Height in inches/100

See also