SVGOutputOptionsSetPreserveFontFamilyNames Method |
Sets whether to use the font/font-family naming scheme as obtained from the source file.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetPreserveFontFamilyNames(
bool preserve
)
Public Sub SetPreserveFontFamilyNames (
preserve As Boolean
)
public:
virtual void SetPreserveFontFamilyNames(
[InAttribute] bool preserve
) sealed
function SetPreserveFontFamilyNames(preserve);
Parameters
- preserve
- Type: SystemBoolean
if true, font family names are preserved. Default is false.
See Also