Aspose::Pdf::Facades::DocumentPrivilege::set_PrintAllowLevel method

DocumentPrivilege::set_PrintAllowLevel method

Gets and sets the print level of document’s privilege. Just as the Adobe Professional’s Printing Allowed settings. 0: None. 1: Low Resolution (150 dpi). 2: High Resolution.

void Aspose::Pdf::Facades::DocumentPrivilege::set_PrintAllowLevel(int32_t value)

Remarks

If the property has a value of -1, then the level is undefined.

See Also