Link Search Menu Expand Document

PaperSizesParseToPoints Method

[Missing <summary> documentation for "M:Bytescout.PDF.PaperSizes.ParseToPoints(System.String,System.Single@,System.Single@,System.Boolean)"]

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public static bool ParseToPoints(
	string paperSizeString,
	out float widthInPoint,
	out float heightInPoint,
	bool isThrowException = true
)

Parameters

paperSizeString
Type: SystemString

[Missing <param name="paperSizeString"/> documentation for "M:Bytescout.PDF.PaperSizes.ParseToPoints(System.String,System.Single@,System.Single@,System.Boolean)"]

widthInPoint
Type: SystemSingle

[Missing <param name="widthInPoint"/> documentation for "M:Bytescout.PDF.PaperSizes.ParseToPoints(System.String,System.Single@,System.Single@,System.Boolean)"]

heightInPoint
Type: SystemSingle

[Missing <param name="heightInPoint"/> documentation for "M:Bytescout.PDF.PaperSizes.ParseToPoints(System.String,System.Single@,System.Single@,System.Boolean)"]

isThrowException (Optional)
Type: SystemBoolean

[Missing <param name="isThrowException"/> documentation for "M:Bytescout.PDF.PaperSizes.ParseToPoints(System.String,System.Single@,System.Single@,System.Boolean)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bytescout.PDF.PaperSizes.ParseToPoints(System.String,System.Single@,System.Single@,System.Boolean)"]

See Also

Reference