Show / Hide Table of Contents

Class DeletePagesParams

Parameters for reducing file size of a pdf using DeletePagesJob.

Inheritance
System.Object
DeletePagesParams
Namespace: Adobe.PDFServicesSDK.pdfjobs.parameters.deletepages
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class DeletePagesParams

Constructors

DeletePagesParams(PageRanges)

Creates an instance of DeletePagesParams with the given PageRanges.

Declaration
public DeletePagesParams(PageRanges pageRanges)
Parameters
Type Name Description
PageRanges pageRanges

the PageRanges to be used for deleting pages; can not be null.

Properties

PageRanges

Gets the page ranges to be used for deleting pages.

Declaration
public PageRanges PageRanges { get; }
Property Value
Type Description
PageRanges
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.