Document.Typography Method (Typography)

Sets a typography for this document.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public Document Typography(
	Typography typography
)
VB
Public Function Typography ( 
	typography As Typography
) As Document

Parameters

typography
Type: BitMiracle.Docotic.Pdf.Layout.Typography
The typography to use in this document.

Return Value

Type: Document
The updated document layout.

Exceptions

ExceptionCondition
ArgumentNullExceptiontypography is null.

See Also