DisableFontLicenseVerifications

PdfOptions.DisableFontLicenseVerifications property

Disables any license restrictions for all fonts in the current XPS/OXPS document.

public bool DisableFontLicenseVerifications { get; set; }

Remarks

Many operations with font cannot be executed if they are prohibited by license of this font. For example, some font cannot be embedded into PDF document if license rules disable embedding for this font. This option allows you to skip verification of these rules.

Be careful when using this flag. When it is set, it means that person who sets this flag, takes all responsibility of possible license/law violations on himself. So he takes it on its own risk. It is strongly recommended to use this flag only when you are fully confident that you are not breaking the copyright law. The default value is false.

For code example, see the documentation.

See Also