PSPDFDocumentEditorConfigurationBuilder

Objective-C


@interface PSPDFDocumentEditorConfigurationBuilder
    : PSPDFBaseConfigurationBuilder

Undocumented

  • See

    PSPDFDocumentEditorConfiguration.pageTemplates.

    Declaration

    Objective-C

    @property (nonatomic, copy) NSArray<PSPDFPageTemplate *> *_Nonnull pageTemplates;
  • See

    PSPDFDocumentEditorConfiguration.currentDocumentPageSize.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFPageSize *currentDocumentPageSize;
  • See

    PSPDFDocumentEditorConfiguration.pageSizes.

    Declaration

    Objective-C

    @property (nonatomic) NSArray<PSPDFPageSize *> *_Nonnull pageSizes;
  • See

    PSPDFDocumentEditorConfiguration.currentDocumentDirectory.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFDirectory *currentDocumentDirectory;
  • See

    PSPDFDocumentEditorConfiguration.saveDirectories.

    Declaration

    Objective-C

    @property (nonatomic) NSArray<PSPDFDirectory *> *_Nonnull saveDirectories;
  • See

    PSPDFDocumentEditorConfiguration.compressions.

    Declaration

    Objective-C

    @property (nonatomic) NSArray<PSPDFCompression *> *_Nonnull compressions;
  • See

    PSPDFDocumentEditorConfiguration.selectedTemplate.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFPageTemplate *selectedTemplate;
  • See

    PSPDFDocumentEditorConfiguration.selectedPageSize.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFPageSize *selectedPageSize;
  • See

    PSPDFDocumentEditorConfiguration.selectedOrientation.

    Declaration

    Objective-C

    @property (nonatomic) PSPDFDocumentOrientation selectedOrientation;
  • See

    PSPDFDocumentEditorConfiguration.selectedColor.

    Declaration

    Objective-C

    @property (nonatomic, nullable) NSColor *selectedColor;
  • See

    PSPDFDocumentEditorConfiguration.selectedImage.

    Declaration

    Objective-C

    @property (nonatomic, nullable) NSImage *selectedImage;
  • See

    PSPDFDocumentEditorConfiguration.selectedImagePageSize.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFPageSize *selectedImagePageSize;
  • See

    PSPDFDocumentEditorConfiguration.selectedCompression.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFCompression *selectedCompression;
  • See

    PSPDFDocumentEditorConfiguration.selectedSaveDirectory.

    Declaration

    Objective-C

    @property (nonatomic, nullable) PSPDFDirectory *selectedSaveDirectory;
  • See

    PSPDFDocumentEditorConfiguration.userFacingCompressionEnabled.

    Declaration

    Objective-C

    @property (nonatomic) BOOL userFacingCompressionEnabled;
  • See

    PSPDFDocumentEditorConfiguration.allowExternalFileSource.

    Declaration

    Objective-C

    @property (nonatomic) BOOL allowExternalFileSource;