Aspose::Pub::PubToPdfConversionOptions class
PubToPdfConversionOptions class
Options for export to PDF format.
class PubToPdfConversionOptions : public System::Object
Methods
Method | Description |
---|---|
AddFontSource(System::SharedPtr<FontSource>) | Adds font source to collection. |
AddFontSubstitution(System::SharedPtr<FontSubstitution>) | Adds font substitution strategy to collection of font substutution strategies. |
get_FontSources() | Gets font sources. |
get_FontSubstitutions() | Gets font substitutions. |
PubToPdfConversionOptions() | Constructor. |
PubToPdfConversionOptions(System::ArrayPtr<System::SharedPtr<FontSubstitution>>) | Constructor. |
PubToPdfConversionOptions(System::ArrayPtr<System::SharedPtr<FontSource>>) | Constructor. |
PubToPdfConversionOptions(System::ArrayPtr<System::SharedPtr<FontSubstitution>>, System::ArrayPtr<System::SharedPtr<FontSource>>) | Constructor. |
See Also
- Class Object
- Namespace Aspose::Pub
- Library Aspose.PUB for C++