Enum WmfPostScriptClipping

Enum WmfPostScriptClipping

De naam: Aspose.Imaging.FileFormats.Wmf.Consts Verzameling: Aspose.Imaging.dll (25.4.0)

De PostScriptClipping Enumeration definieert functies die kunnen worden toegepast op de clipping padGebruikt voor PostScript output.

public enum WmfPostScriptClipping

Fields

CLIP_INCLUSIVE = 2

Intersecteert de huidige PostScript-klipproute met de actuele clipping-pathen bespaart het resultaat als de nieuwe PostScript clipping pad.

CLIP_RESTORE = 1

Herstellen van de PostScript-clippad naar de laatste clippad die is gereserveerddoor een voorafgaande CLIP_SAVE-functie die is toegepast met een CLip_TO_PATH-record (afdeling 2.3.6.6).

CLIP_SAVE = 0

Bespaart de huidige PostScript clipping pad.

 Nederlands