Aspose::Pdf::Security::HiddenDataSanitization::HiddenDataSanitizationOptions::get_FlattenLayers method

HiddenDataSanitizationOptions::get_FlattenLayers method

Gets the option to flatten the layers in the PDF document. When enabled, all layers in the document are merged into a single layer, removing their separate structure. This option is useful for sanitizing documents by simplifying their content and ensuring no hidden data resides within layers.

bool Aspose::Pdf::Security::HiddenDataSanitization::HiddenDataSanitizationOptions::get_FlattenLayers() const

See Also