mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Render tool basics
This commit is contained in:
@ -338,7 +338,7 @@ public:
|
||||
void setPixelResolution(int pixelResolution);
|
||||
|
||||
/// Validates the settings, if they can be used for image generation
|
||||
bool validate(QString* errorMessagePtr);
|
||||
bool validate(QString* errorMessagePtr, bool validatePageSelection = true, bool validateFileSettings = true, bool validateResolution = true) const;
|
||||
|
||||
/// Returns list of selected pages
|
||||
std::vector<PDFInteger> getPages() const;
|
||||
|
Reference in New Issue
Block a user