DjvuMultiPageOptions
Inhalt
[
Ausblenden
]DjvuMultiPageOptions()
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions()
Siehe auch
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(int[])
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(int[] pages)
Parameter | Typ | Beschreibung |
---|---|---|
pages | Int32[] | Die Seitenindizes. |
Siehe auch
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(int[], Rectangle)
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(int[] pages, Rectangle exportArea)
Parameter | Typ | Beschreibung |
---|---|---|
pages | Int32[] | Die Seitenindizes. |
exportArea | Rectangle | Das Exportgebiet. |
Siehe auch
- struct Rectangle
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(IntRange)
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(IntRange range)
Parameter | Typ | Beschreibung |
---|---|---|
range | IntRange | Die Reichweite. |
Siehe auch
- class IntRange
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(IntRange, Rectangle)
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(IntRange range, Rectangle exportArea)
Parameter | Typ | Beschreibung |
---|---|---|
range | IntRange | Die Reichweite. |
exportArea | Rectangle | Das Exportgebiet. |
Siehe auch
- class IntRange
- struct Rectangle
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(IntRange[])
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(IntRange[] ranges)
Parameter | Typ | Beschreibung |
---|---|---|
ranges | IntRange[] | Die Reichweite. |
Siehe auch
- class IntRange
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(IntRange[], Rectangle)
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(IntRange[] ranges, Rectangle exportArea)
Parameter | Typ | Beschreibung |
---|---|---|
ranges | IntRange[] | Die Reichweite. |
exportArea | Rectangle | Das Exportgebiet. |
Siehe auch
- class IntRange
- struct Rectangle
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(int)
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(int page)
Parameter | Typ | Beschreibung |
---|---|---|
page | Int32 | Der Seitenindex. |
Siehe auch
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging
DjvuMultiPageOptions(int, Rectangle)
Initialisiert eine neue Instanz vonDjvuMultiPageOptions
Klasse.
public DjvuMultiPageOptions(int page, Rectangle exportArea)
Parameter | Typ | Beschreibung |
---|---|---|
page | Int32 | Der Seitenindex. |
exportArea | Rectangle | Das Exportgebiet. |
Siehe auch
- struct Rectangle
- class DjvuMultiPageOptions
- namensraum Aspose.Imaging.ImageOptions
- Montage Aspose.Imaging