to_image method Contents [ Hide ] to_image Render whole workbook as Tiff Image to stream. def to_image ( self , strea......Render certain page to a file. def to_image ( self , page_index , file_name...Type Description page_index int indicate which page is to be converted...
PageEndSavingArgs PageEndSavingArgs class Info for a Page ends saving process. public class PageEndSavingArgs : PageS......PageEndSavingArgs class Info for a page ends saving process. public...indicating whether having more pages to be output. The default value...
Aspose.PDF for .NET allows you to Add, Get, and Delete Link Annotation from your PDF document....cases: open page view, open file, and open web page. Using Link...Link Annotation to open page view Several additional steps were...
FieldToa.Page_number_list_separator property. Gets or sets the character sequence that is used to separate two Page numbers in a Page number list....page_number_list_separator property FieldToa.page_number_list_separator...two page numbers in a page number list. @property def page_number_list_separator...
Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps....positioning on the page that is defined by document page settings. static...positioning on the page that is defined by options page settings. static...
evaluated_Page_count property evaluated_Page_count property Evaluate the total Page count of this worksheet Example T......evaluated_page_count property evaluated_page_count property Evaluate...Evaluate the total page count of this worksheet Example The following...
Detailed explanation & examples for every class & method in Aspose.PDF for Java library. Easily create, edit, convert or render PDF documents using Java platform....Method and Description void Page. sendTo ( PageDevice device...Sends page to process with given page device. void Page. sendTo...
Aspose::Words::Saving::PdfZoomBehavior enum. Specifies the type of zoom applied to a PDF document when it is opened in a PDF viewer in C++....document to fit page width. ZoomFactor 1 Displays the page using the...factor. FitPage 2 Displays the page so it visible entirely. FitWidth...
using (Aspose.Pdf.Document document = new Aspose.Pdf.Document(item.FullName))
{
Aspose.Pdf.RgbToDeviceGrayConversionStrategy strategy = new Aspose.Pdf.RgbToDeviceGrayConversionStrategy();
for (int idxPage = 1; idxPage…...Pages.Count; idxPage++) { // Get instance...particular page inside PDF Pagepage = document.Pages[idxPage];...