CenterWindow

Document.CenterWindow property

Ottiene o imposta il flag che specifica se la posizione della finestra del documento sarà centrata sullo schermo.

public bool CenterWindow { get; set; }

Esempi

Esempio mostra come ottenere il flag CenterWindow:

Document document = new Document("sample.pdf");
bool value = document.CenterWindow;

Guarda anche