GetViewerPreference

PdfContentEditor.GetViewerPreference method

Restituisce la preferenza di visualizzazione.

public int GetViewerPreference()

Valore di ritorno

Restituisce il set di flag ViewerPrefernece

Esempi

PdfContentEditor editor = new PdfContentEditor();
editor.BindPdf("example.pdf");
int prefValue = editor.GetViewerPreference();
if ((prefValue & ViewerPreference.PageModeUseOutline) != 0)
{ //www.aspose.com", 1, System.Drawing.Color.Red,

Guarda anche