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:
DocumentThe updated document layout.
Exceptions
See Also