Aspose::Pdf::LoadOptions::MarginsAreaUsageModes enum
Contents
[
Hide
]MarginsAreaUsageModes enum
Represents mode of usage of margins area during conversion
(like HTML, EPUB etc), defines treatement of instructions of imported format related to usage of margins.
enum class MarginsAreaUsageModes
Values
Name | Value | Description |
---|---|---|
PutContentOnMarginAreaIfNecessary | 0 | In this mode converter obeyes format of imported document (f.e. CSS of imported HTML) in usage of margins area.So, if format of imported document requires usage of margins area for rendering , converter will allow that. |
NeverPutContentOnMarginArea | 1 | This mode strictly forbids usage of margins area, so, converter will never use area of margins for rendering, even if CSS or format of source document allows or requirs that. |
See Also
- Class LoadOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++