C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ResolvedUnit Property

In This Topic
ResolvedUnit Property
In This Topic
Gets or sets the UnitTypeEnum value that will be used to specify the resolved sizes of objects within the current document (e.g. the sizes of RenderFragment objects representing the render objects in the document).

This property cannot be changed when the document is generating (i.e. while IsGenerating returns true).

Syntax
'Declaration
 
Public Property ResolvedUnit As UnitTypeEnum
 
See Also