ImageGear .NET v25.0 - Updated
Protection Field




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFontAttrs Class : Protection Field
Allows setting one of the following bits to disable font embedding.
Syntax
'Declaration
 
Public Protection As ImGearPDEFontProtection
'Usage
 
Dim instance As ImGearPDEFontAttrs
Dim value As ImGearPDEFontProtection
 
value = instance.Protection
 
instance.Protection = value
public ImGearPDEFontProtection Protection
public: ImGearPDEFontProtection Protection
public:
ImGearPDEFontProtection Protection

Field Value

ImGearPDEFontProtection enumeration value.
Remarks
The default value is ImGearPDEFontProtection.NO_EMBEDDING.
See Also

Reference

ImGearPDEFontAttrs Class
ImGearPDEFontAttrs Members
ImGearPDEFontProtection Enumeration