Library | File

Enum pfcPDFSaveMode

# include <pfcExport.h>

enum pfcPDFSaveMode
{
    pfcPDF_ARCHIVE_1,
    pfcPDF_FULL,
    pfcPDFSaveMode_nil
};



Description

This enumerated type contains possible save types.






Values

pfcPDF_ARCHIVE_1
ONLY for PDF_2D_DRAWING Forces the following: PDFLayerMode will be forced to PDF_LAYERS_NONE, PDFOPT_HYPERLINKS = FALSE hyperlinks are not created in the PDF, Shaded views will not have Transparency and may overlap other data, PDFOPT_PASSWORD_TO_OPEN = null, PDFOPT_MASTER_PASSWORD = null
pfcPDF_FULL
default
pfcPDFSaveMode_nil
Enum null value.