Class MultipageCreateOptions
Class MultipageCreateOptions
Il nome: Aspose.Imaging.ImageOptions Assemblea: Aspose.Imaging.dll (25.4.0)
La multipagina crea opzioni
public class MultipageCreateOptions
Inheritance
object ← MultipageCreateOptions
I membri ereditari
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
MultipageCreateOptions()
public MultipageCreateOptions()
Properties
AfterPageExport
Ottenere o impostare l’esportazione dopo pagina.
public AfterPageExportAction AfterPageExport { get; set; }
Valore di proprietà
BeforePageExport
Ottenere o impostare l’esportazione prima pagina.
public BeforePageExportAction BeforePageExport { get; set; }
Valore di proprietà
PageCount
Riceve o impone il conteggio della pagina.
public int PageCount { get; set; }