destination_page_names property

destination_page_names property

Gets or sets the page names of destination DWF image to witch will be add raster overlay image. If not set, raster overlay image will be add to all pages.

Definition:

@property
def destination_page_names(self):
    ...
@destination_page_names.setter
def destination_page_names(self, value):
    ...

See Also