SVGOutputOptionsSetNoFonts Method |
Sets whether to disable conversion of font data to SVG
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetNoFonts(
bool no_fonts
)
Public Sub SetNoFonts (
no_fonts As Boolean
)
public:
virtual void SetNoFonts(
[InAttribute] bool no_fonts
) sealed
function SetNoFonts(no_fonts);
Parameters
- no_fonts
- Type: SystemBoolean
If true, font data conversion is disabled. Default is false.
See Also