Compartir a través de


PageSetup.PaperSize Propiedad

Definición

Devuelve o establece el tamaño de papel.

public:
 property Microsoft::Office::Interop::Word::WdPaperSize PaperSize { Microsoft::Office::Interop::Word::WdPaperSize get(); void set(Microsoft::Office::Interop::Word::WdPaperSize value); };
public Microsoft.Office.Interop.Word.WdPaperSize PaperSize { get; set; }
member this.PaperSize : Microsoft.Office.Interop.Word.WdPaperSize with get, set
Public Property PaperSize As WdPaperSize

Valor de propiedad

Comentarios

Al establecer la PageHeight propiedad o PageWidth se cambia la propiedad PaperSize a wdPaperCustom.

Se aplica a