Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 509 Bytes

PdfClearPageParameters.md

File metadata and controls

19 lines (12 loc) · 509 Bytes

OpenapiClient::PdfClearPageParameters

Properties

Name Type Description Notes
file_id String The identifier of the previously uploaded file to be processed.
page_range String Specifies the page or the range of pages to be cleared.

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::PdfClearPageParameters.new(file_id: null,
                                 page_range: null)