DynaPDF Manual - Page 687

Previous Page 686   Index   Next Page 688

Function Reference
Page 687 of 860
ResetEncryptionSettings
Syntax:
LBOOL pdfResetEncryptionSettings(
const PPDF* IPDF) // Instance pointer
The function resets the encryption settings which were imported from an external PDF file so that
the PDF file in memory can be saved unencrypted.
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
ResetLineDashPattern
Syntax:
LBOOL pdfResetLineDashPattern(
const PPDF* IPDF) // Instance pointer
The function resets a previously defined line dash pattern to its default value (straight line). A line
dash pattern can also be removed or reset with the following function call:
SetLineDashPattern(pdf, NULL, 0);
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
 

Previous topic: ReplacePageTextEx, ResetAnnotAP

Next topic: ResizeBitmap (Rendering Engine), RestoreGraphicState